import pandas as pd import numpy as np
pd.options.plotting.backend="plotly"
pd.Series(np.random.normal(size=100)).plot()